home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / I386 / UDDIWEB.MSI / publish.delete.aspx < prev    next >
Encoding:
Text File  |  2003-02-21  |  1.7 KB  |  44 lines

  1.  
  2.  
  3. <%@ Page %>
  4. <%@ Register TagPrefix='uddi' Namespace='UDDI.Web' Assembly='uddi.web' %>
  5. <html>
  6.     <HEAD>
  7.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=Windows-1252">
  8.         <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9.         <META NAME="MS.LOCALE" CONTENT="EN-US">
  10.         <!-- #include file = "publish.header.htm" -->
  11.     </head>
  12.     <body marginwidth="0" marginheight="0" LEFTMARGIN="0" TOPMARGIN="0" rightmargin="0" ONLOAD="BringToFront()">
  13.         <!-- #include file = "publish.heading.htm" -->
  14.         <table class="content" width="100%" cellpadding="8">
  15.             <tr>
  16.                 <td>
  17.                     <H1>How to Delete Entities</H1>
  18.                     <p>
  19.                         You can delete any provider, contact, service, binding, instance info, or tModel that you have published; 
  20.                         you cannot delete entities owned by other publishers.</p>
  21.                         
  22.                         <uddi:ContentController Runat='server' Mode='Private'>
  23.                             <p>To delete information from another publisher, contact a UDDI Services Coordinator.</p>
  24.                         </uddi:ContentController>
  25.                         
  26.                     <!-- #include file = "warning.changestouddi.htm" -->
  27.                     <h2><a name="#delete"></a>To delete an entity</h2>
  28.                     <OL>
  29.                         <li>
  30.                             On the <uddi:ContentController Runat='server' Mode='Private'>UDDI Services </uddi:ContentController><uddi:ContentController Runat='server' Mode='Public'>UDDI </uddi:ContentController>menu, click <b>Publish</b>.</li>
  31.                         <li>Locate the entity you want to delete and, next to their name, click <b>Delete</b>, and then click <b>OK</b>.</LI>
  32.                     </OL>
  33.                     <p>To delete additional providers, contacts, services, bindings, instance infos, or 
  34.                         tModels, <a href="#delete">repeat this procedure</a>.
  35.                 </td>
  36.             </tr>
  37.         </table>
  38.         <!-- #include file = "publish.footer.htm" -->
  39.     </body>
  40. </html>
  41.  
  42.  
  43.  
  44.